projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
396aa11
)
(HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine, like config.in does.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 30 Jul 2005 11:30:33 +0000
(11:30 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 30 Jul 2005 11:30:33 +0000
(11:30 +0000)
nt/config.nt
patch
|
blob
|
history
diff --git
a/nt/config.nt
b/nt/config.nt
index ac59faa211ce9ab975bb8a51dff69fc02c8e3f18..048f01daebef16c0cfaf35bd12d0999feee9fec9 100644
(file)
--- a/
nt/config.nt
+++ b/
nt/config.nt
@@
-270,6
+270,12
@@
Boston, MA 02110-1301, USA. */
/* Define if `struct timeval' is declared by <sys/time.h>. */
#undef HAVE_TIMEVAL
+/* Define to 1 if you have the <getopt.h> header file. */
+#undef HAVE_GETOPT_H
+
+/* Define to 1 if you have the `getopt_long_only' function. */
+#undef HAVE_GETOPT_LONG_ONLY
+
/* If using GNU, then support inline function declarations. */
#ifdef __GNUC__
#define INLINE __inline__